home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 January: Mac OS SDK / Dev.CD Jan 96 SDK / Dev.CD Jan 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / AOCE Utilities / AOCE Snippits / MakeFile < prev    next >
Encoding:
Makefile  |  1993-02-25  |  285 b   |  14 lines  |  [TEXT/MPS ]

  1. OBJECTS =                        ∂
  2.         AuthNotification.c.o    ∂
  3.         GetUserIdentity.c.o        ∂
  4.         SnippitTest.c.o            ∂
  5.         SystemSupportsAOCE.c.o
  6.  
  7. "SnippitTest MPW" ƒ MakeFile {OBJECTS}
  8.     Link -t APPL -c '????'                ∂
  9.         {OBJECTS}                        ∂
  10.         "{Libraries}"Runtime.o            ∂
  11.         "{Libraries}"Interface.o        ∂
  12.         -o "SnippitTest MPW"
  13.  
  14.